friction_logical_query Interface

interface
public pure function friction_logical_query(this) result(rst)

Arguments

Type IntentOptional Attributes Name
class(friction_model), intent(in) :: this

The friction_model object.

Return Value logical

Returns true if the model utilizes internal state variables; else, returns false.

Description

Returns a value stating if the model relies upon internal state variables.